Articles by Arvid L
-
How to Install Gatsby.js Node Framework on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, server, ubuntu, web server • Comments: 0GatsbyJS or Gatsby is a free and open-source framework for building blazing fast, modern apps, and websites with React. In this tutorial, you will learn how to install and set up Gatsby.js on the Ubuntu 22.04 machine.
-
How to Install Jenkins on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0Jenkins is an open-source automation tool for Continuous Integration/Continuous Delivery (CI/CD). In this tutorial, you will learn how to install Jenkins on the latest Ubuntu 22.04. this tutorial also covers how to set up Apache2 as a reverse proxy for Jenkins with an SSL connection enabled on top of it. In the end, you will also learn how to create the first Jenkins build project for executing shell scripts or commands.
-
How to Send Ubuntu Logs to a Graylog Server
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0Graylog is a platform centralized log management system. It's one of the most popular log management systems in the DevOps world with multi-platform support and can be installed in a container environment such as Docker and Kubernetes.
-
-
How to Setup a Centralized Log System with Graylog on Debian 11
Author: Arvid L • Tags: debian, linux, monitoring, server • Comments: 0Graylog is a free and open-source log-management platform for capturing, storing and enabling real-time analysis of your data and logs. It's written in Java and built on top of other open-source software like MongoDB and Elasticsearch.
-
How to Install VNC Server Ubuntu 22.04
Author: Arvid L • Tags: desktop, server, ubuntu • Comments: 2Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using the VNC client software. In this tutorial, we will show you how to install and configure the VNC Server on the latest Ubuntu Server 22.04. This guide also covers how to securely connect to the VNC Server through SSh tunneling.
-
How to Install and Configure Envoy Proxy on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1Envoy proxy is a free and open-source service proxy designed for cloud-native applications. In this tutorial, we will show you how to install and configure the Envoy proxy on the Debian 11 server.
-
How to Install Ruby on Rails on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, server, ubuntu • Comments: 0Ruby on Rails or RoR is a free and open-source web application framework written in Ruby. In this tutorial, we will show you how to install Ruby on Rails on Ubuntu 22.04. You will also learn how to start a new project/application using Ruby on Rails and also using PostgreSQL as the database for your Rails application.
-
How to Install Apache ActiveMQ on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0Apache ActiveMQ is a free and open-source message broker developed by Apache Software Foundation. It is one of the well-known message brokers that supports multiple protocols such as AMQP, MQTT, Stomp, and OpenWire. It is written in Java and fully compliant with JMS 1.1 standards.
-
How to Install and Configure Fail2ban on Ubuntu 22.04
Author: Arvid L • Tags: linux, security, ubuntu • Comments: 0Fail2ban is free and open-source IPS (Intrusion Prevention Software) that helps administrators secure Linux servers against malicious login and brute-force attacks. In this tutorial, we will show you how to install and configure Fail2ban for securing the Ubuntu 22.04 server. This guide also covers the basic command of fail2ban-client for managing Fail2ban service and jails.
-
How to add Ubuntu System to FreeIPA Server
Author: Arvid L • Tags: linux, ubuntu • Comments: 0After you have installed the FreeIPA identity management system, you will need to enroll and add client machines to the FreeIPA server. In this tutorial, we will show you how to add an Ubuntu client machine to the FreeIPA server. In the end, the FreIPA users will be able to log in to the Ubuntu client machines using the authentication provides by the FreeIPA server.